home *** CD-ROM | disk | FTP | other *** search
/ Oxygen Multimedia Graphics 22 / Oxygen Multimedia Graphics 22.iso / pc / System / OX22 / PDC_82_CT2 script.ls < prev    next >
Encoding:
Text File  |  2008-03-12  |  760 b   |  20 lines

  1. global ds, gList, giNum, gtNum, gtColor
  2.  
  3. on prepareFrame
  4.   gtColor = 1
  5.   templateName = "t" & gtNum
  6.   template = getAt(gList, templateName)
  7.   getColor = templateName & "c" & gtColor
  8.   tColor = getAt(gList, getColor)
  9.   fulltName = template & tColor
  10.   filePath = the moviePath & "INIT"
  11.   tcredit = "tc" & gtNum
  12.   member("T1A").fileName = filePath & ds & fulltName & "_A.jpg"
  13.   member("T1B").fileName = filePath & ds & fulltName & "_B.jpg"
  14.   member("T1C").fileName = filePath & ds & fulltName & "_C.jpg"
  15.   member("T1D").fileName = filePath & ds & fulltName & "_D.jpg"
  16.   member("T1E").fileName = filePath & ds & fulltName & "_E.jpg"
  17.   member("CT2-T1-Name").text = string(getAt(gList, templateName))
  18.   member("CT2-CREDITS").text = string(getAt(gList, tcredit))
  19. end
  20.